Skip to main content

useAppSelector

Access to the store and return the processed value you want

  const counter = useAppSelector((store) => store.counter.get())